home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / amiftpd19.lha / amiftpd.history < prev    next >
Text File  |  1999-06-23  |  2KB  |  59 lines

  1.                           AmiFTPd changes history
  2.  
  3.    Visit http://www.cnetbbs.net/amiftpd/ for docs & ordering information
  4.    ---------------------------------------------------------------------
  5.  
  6. NOTE: THIS FILE IS NO LONGER MAINTAINED.  GO TO
  7.       http://www.cnetbbs.net/amiftpd/changes/ FOR CHANGES/HISTORY.
  8.  
  9. (Changes v1.2)
  10.  
  11. 1.  Fixed some DVFS security problems that were caused by my inadvertent
  12.     disabling of internal code for testing purposes. (oops!)
  13.  
  14. 2.  Fixed problem with invalid command line arguments causing enforcer hits.
  15.  
  16. 3.  Implemented long line protection on control stream.
  17.  
  18. 4.  Fixed RWED ghosting when selecting a DVFS map with '*' enabled.
  19.  
  20. 5.  Fixed main window gadget ghosting when AmiFTPd GUI is opened via
  21.     Commodities Exchange.
  22.  
  23. (Changes v1.3)
  24.  
  25. 1.  Fixed what should be the last DVFS security bug, relating to recursion.
  26.  
  27. 2.  Removed external "delete" dependency.
  28.  
  29. 3.  Sessions are now selectable and can be killed discriminantly.  To
  30.     select a session, simply click on the entry in the upper list.  To
  31.     deselect the session click on any non-listview area.
  32.  
  33. (Changes v1.4)
  34.  
  35. 1.  File-Types support added.  File-types allow you to set a file
  36.     pattern that can be denied/disallowed upload and/or post-processed
  37.  
  38.     FileType Attributes
  39.     -------------------
  40.     Pattern         - the AmigaDOS file pattern to which a set of conditions
  41.                       will apply.
  42.  
  43.     Post-upload cmd - an AmigaDOS command or AmigaDOS/ARexx script that will
  44.                       be performed on files matching the given
  45.                       file-type/pattern.  Note that a %s in this command will
  46.                       be replaced with the full path/filename of the
  47.                       upload.  (e.g. "c:lha t %s")
  48.  
  49.     Allow           - if checked, files matching the given file-type/pattern
  50.                       will be accepted for upload; else they will be denied.
  51.  
  52.  
  53.     NOTE: You do not need to have file-types.  By default, any filenames
  54.           that do not match configured file-type patterns are alllowed.  If
  55.           there are no file-types configured, ALL filenames are allowed for
  56.           upload, provided they are within DVFS and user permission constraints.
  57.  
  58.  
  59.